/* Stylish */
@import url('fonts/stylesheet.css');
@import url('etc.css');
html,body { margin: 0; padding: 0; }
body {
  background: url('../images/footerbkg.jpg');
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #595959;
}
.sansserif { font-family: helvetica, arial, sans-serif; }
.serif { font-family: "Times Roman", serif; }
.image-brown-border {
  border: solid 6px #d6d0c0;
}
a img {
  border: 0;
}
th { text-align:right; vertical-align: top;}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  margin: 0;
}
h1 {
  color: #a6030f;
  font-size: 250%;
  font-family: BertholdAkzidenzGroteskBECoRe;
  font-weight: normal;
}
a {
  color: #a6030f;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

#outerShell {
  background: #002e4f url('../images/background-topless.jpg') left top fixed repeat-x;
}

#shell,#footerInner,.widthset {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#contact_map {
  width: 475px;
  height: 350px;
}
#leftContent { float: right; }
.ajax-loader {
  float:left;
}

#shell {
  padding-top: 70px;
}


#header {
  height: 50px;
  /*background: #a7030e;*/
 background: #0093CB;
  position: relative;
  z-index: 1200;
}

#logo_area {
  color: #a6bdcb;
  position: absolute;
  left: 0;
  width: 324px;
  height: 110px;
  background: url('../images/home/shadow3-trans.png') center 72px no-repeat;
  text-align: center;
}
#logo {
  width: 325px;
  height: 110px;
  position: relative;
  margin: 0 auto;
}

#logo-links a {
  color: #5e553c;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
}

#header-call-or-text {
  margin-left: 37px;
  margin-bottom: -8px;
  float: left;
  font-size: 13px;
  font-weight: 800;
}

#header-phone {
  left: 48px;
  bottom: 16px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-top:5px;
}

#header-email {
  left: 225px;
  bottom: 16px;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
#header-email a {text-decoration:none;color:inherit;}

#header-phone img {
    margin-bottom: -6px;
}

#header-email img {
    margin-bottom: -5px;
}

div#home-top-links {
    float: left;
    width: 60%;
}

button#paylink {
    margin-left: 0!important;
}

#customer-reviews-img {
    margin-top:15px;
    float:left;
}

div#contact-container {
    width: 160px;
    display: block;
    position: absolute;
    right: 0;
}

#payment-links {
  width: 578px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 73px;
}

#payment-links a.button,#payment-links button {
  color: #172954;
  background: #c6dae7;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin-left: 15px;
  border: none;
  vertical-align: top;
  font-family: arial;
  font-size: 12px;
  text-align: left;
  -moz-background-inline-policy: none;
  cursor: pointer;
  float: left;
}

#homelink {
  position: relative; top: -14px;
}

#nav {
  margin: 0 0 0 382px;
  padding: 0;
  list-style-type: none;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
#nav>li {
  display: inline-block;
  position: relative;
}

.dropdown .menu-item a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-family: BertholdAkzidenzGroteskBECoRe;
  text-align: center;
}


ul.dropdown>li {
  padding: 0 10px !important;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

ul.dropdown>li:hover {
  background-color: #d41a28;
}

.dropdown ul {
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  background: #dfdace;
  width: 180px !important;
  top: 60px;
  left: -15px;
  padding: 2px 10px;
  box-shadow: 0 0 8px #8c8c8c;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.dropdown>li:hover ul {
  visibility: visible;
  opacity: 1;
}
.dropdown ul:before {
  content: '';
  display: block;
  background: #000;
  width: 180px;
  height: 20px;
  background: url(../images/new-home/arrow.png) 50px 10px no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
}

.dropdown ul li {
  line-height: 22px !important;
  border-bottom: solid 1px #b4afa4;
  padding: 8px 20px !important;
}
.dropdown ul li:last-child {
  border-bottom: none;
}
ul.dropdown>li {
  margin-right: 8px !important;
}
ul.dropdown>li:last-child {
  margin-right: 0 !important;
}

.dropdown ul a {
  color: #5e553c !important;
  font-family: helvetica, arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 16px !important;
  height: 1em !important;
  text-decoration: none;
  background: none !important;
  text-align: left !important;
  font-weight: normal !important;
  padding: none !important;
}

.dropdown ul li:hover {
  background: url(../images/new-home/hover.png) center top repeat-y;
}

#footer {
  color: #fff;
  border-top: ridge 3px #fff;
  background: url('../images/footer/climate-control-footer.jpg');
}
#footerInner {
  padding-top: 29px;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.footer-gradient{
  background: -webkit-gradient(linear, left top, left bottom, from(#023552), to(#000), color-stop(0.5, #000));
}

#leftwtline {
  position: absolute;
  top: 0;
  right: 444px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footerLeft {
  width: 49%;
  float: left;
}

#footerRight {
  position: relative;
  width: 49%;
  float: left;
}

.footer-white-line-cont{
  float: left;
  width: 1%;
}

.footer-white-line{
  margin: 0 auto;
}

#sociallinks {
  position: relative;
  left: 6px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  float: left;
  width: 33%;
}

.footer-menu, .footer-menu ul {
  list-style-type: none;
}

.footer-menu ul {
  margin: 0;
  padding-left: 1em;
}

.top-footer-item {
  margin-top: 15px !important;
}

.social-links img{
  margin-right: 15px;
}

.social-links{
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.whiteRight h3 {
  font-family: BertholdAkzidenzGroteskBECoRe;
  font-size: 18px;
  font-weight: normal;
}

.whiteRight .text {
  width: 164px;
}

.footerSubBlock h3, .footer-menu li {
  font-weight: normal;
  color: #fff;
  margin: 0;
  font-size: 125%;
}

.footer-menu ul li {
  font-weight: normal;
  font-size: 80%;
}

.footer-menu ul li a {
  color: #c6dae7;
}

#footerFinal, #footerFinal a {
  color: #c6dae7;
}

#footerFinal span, #footerFinal strong {
  color: #fff;
}

#footerFinal {
  text-align: center;
  line-height: 1.8em;
  position: relative;
  margin-top: 20px;
}

#footerFinal img {
  vertical-align: middle;
}

.nate-logo{
  margin-left:15px;
}

.final-footer-right{
  width: 73%;
  padding-left: 20px;
  text-align:left;
}

.footer-logo{
  margin-top: 15px;
margin-left: 15px;
}

#affiliations {
  padding-top: 30px;
}

#bbbbox {
  width: 100px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 14px;
  margin-right: 20px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #0c0c0c;
  z-index: 598;
  display: none;
}



#signup {
  position: absolute;
  left: 35%;
  top: 45;
  width: 385px;
  height: 320px;
  background: url(../images/newsletterbox.png) top left no-repeat;
  z-index: 599;
  background-size: 390px;
  display: none;

  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#signup-close {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 18px;
  right: 22px;
}

#signup-close span {
  display: none;/* Stylish */
}

#signup .handle {
  padding: 134px 40px 0 38px;
}

#signup input.text {
  margin-bottom: 8px;
  font-family: BertholdAkzidenzGroteskBECoRe;
  font-size: 20px;
  letter-spacing: 1px;
  width: 144px;
  padding: 2px 10px;
  border: solid 1px #ccc;
  color: #888;
}

#signup input.image {
  float: right;
  margin-top: 5px;
}

.clearing {
  clear: both;
  display: block;
}

.bluebutton {
  background: #b4d0e0;
  color: #172954;
  border: solid 1px;
  border-color: #91b1c4 #80a2b6 #80a2b6 #80a2b6;
  font-family: BertholdAkzidenzGroteskBECoRe;
  font-size: 18px;
}

.wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7-validation-errors {
  color: #000 !important;
  background: #fff;
}


.cc_next {
  display: block;
  width: auto;
  border: solid 1px #d8d0c5;
  text-align: center;
  color: #a59b81;
  text-decoration: none;
  background: #f2f1ec;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-family: BertholdAkzidenzGroteskBECoRe;
}


/*==============================================================================
                            MEDIA QUERIES
==============================================================================*/
@media (max-width:320px){
    div#logo { max-width: 320px; width: 100%; }
    div#contact-container { max-width: 320px; width: 100%; display: block; }
    span#header-phone { display: block!important; max-width: 170px; }
    span#header-email { display: block!important; max-width: 180px; }
    div#contact-container { display: block!important; max-width: 160px; }
    div#home-top-links { max-width: 320px;width: 100%!important; }
    #payment-links a.button, #payment-links button { float:none; }

}


@media (max-width:545px){


}


@media (max-width:600px){
    #logo_area { position: relative; text-align: center; width: auto; height:125px;  }
    #payment-links a.button,#payment-links button { margin-top:10px; }
    #header { background:#0093cb; }
    .visible-mobile { display:block; }
    .visible-desktop {display:none!important; }
    /*div#contact-container { width: auto!important; display: table!important; position: relative!important; }*/
    div#contact-container { margin: 0 auto!important; width: 300px!important; float: none!important; position: inherit!important; }
    #contact-container.visible-mobile {  display: table!important; padding-bottom:15px; }
    span#header-phone { display: table-cell; position: relative; }
    span#header-email { display: table-cell; position: relative; float: none; left: 0; bottom: 0; }
    span#header-phone { left:0; top:0; float:none; }
    div#home-top-links { float: none; width: 320px; margin: 0 auto; height: 90px; margin-top: 15px; }
    #customer-reviews-img { float:none; }


}


@media (min-width:601px){
    .visible-mobile { display:none!important; }
}





/** text overrides **/

.font-weight-bold{
  font-weight: bold;
}

.font-weight-bold > a{
  font-weight: bold;
}

.text-white{
  color: #ffffff!important;
}
